diff options
Diffstat (limited to 'targets')
-rw-r--r-- | targets/asus/a8n_e/Config.lb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/targets/asus/a8n_e/Config.lb b/targets/asus/a8n_e/Config.lb index d805784ca4..877bbd896a 100644 --- a/targets/asus/a8n_e/Config.lb +++ b/targets/asus/a8n_e/Config.lb @@ -25,8 +25,6 @@ mainboard asus/a8n_e romimage "normal" option CONFIG_USE_FAILOVER_IMAGE = 0 option CONFIG_USE_FALLBACK_IMAGE = 0 - option CONFIG_ROM_IMAGE_SIZE = 128 * 1024 - option CONFIG_XIP_ROM_SIZE = 128 * 1024 option COREBOOT_EXTRA_VERSION = "_Normal" payload ../payload.elf end @@ -34,8 +32,6 @@ end romimage "fallback" option CONFIG_USE_FAILOVER_IMAGE = 0 option CONFIG_USE_FALLBACK_IMAGE = 1 - option CONFIG_ROM_IMAGE_SIZE = 128 * 1024 - option CONFIG_XIP_ROM_SIZE = 128 * 1024 option COREBOOT_EXTRA_VERSION = "_Fallback" payload ../payload.elf end |