diff options
Diffstat (limited to 'src/mainboard/technologic/ts5300/mainboard.c')
-rw-r--r-- | src/mainboard/technologic/ts5300/mainboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/technologic/ts5300/mainboard.c b/src/mainboard/technologic/ts5300/mainboard.c index 3ce22f0e9e..343dbdf73c 100644 --- a/src/mainboard/technologic/ts5300/mainboard.c +++ b/src/mainboard/technologic/ts5300/mainboard.c @@ -142,7 +142,7 @@ static void enable_dev(struct device *dev) { /* hack for IDIOTIC need to fix rom_start */ printk_err("Patching rom_start due to sc520 limits\n"); rom_start = 0x09400000 + 0xe0000; - rom_end = rom_start + PAYLOAD_SIZE - 1; + rom_end = rom_start + CONFIG_PAYLOAD_SIZE - 1; printk_err("TS5300 EXIT %s\n", __func__); |