1if TARGET_EDISON 2 3config SYS_BOARD 4 default "edison" 5 6config SYS_VENDOR 7 default "intel" 8 9config SYS_SOC 10 default "tangier" 11 12config SYS_CONFIG_NAME 13 default "edison" 14 15config SYS_MALLOC_LEN 16 default 0x08000000 17 18config SYS_TEXT_BASE 19 default 0x01101000 20 21config ROM_TABLE_ADDR 22 default 0x0e4500 23 24config ROM_TABLE_SIZE 25 default 0x007b00 26 27config BOARD_SPECIFIC_OPTIONS # dummy 28 def_bool y 29 select X86_LOAD_FROM_32_BIT 30 select INTEL_MID 31 select INTEL_TANGIER 32 select BOARD_LATE_INIT 33 select MD5 34 imply BINMAN 35 36endif 37