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_TEXT_BASE 16 default 0x01101000 17 18config ROM_TABLE_ADDR 19 default 0x0e4500 20 21config ROM_TABLE_SIZE 22 default 0x007b00 23 24config BOARD_SPECIFIC_OPTIONS # dummy 25 def_bool y 26 select X86_LOAD_FROM_32_BIT 27 select INTEL_MID 28 select INTEL_TANGIER 29 select BOARD_LATE_INIT 30 select MD5 31 32endif 33