x86: qemu: Fix non-working ramboot and nfsboot environment variables
[oweals/u-boot.git] / include / configs / qemu-x86.h
index 097ed414f88e3919a36b338f7e34e98ffef6ce14..c5574201dd68620edc554530ea4c119592715e29 100644 (file)
 
 #define CONFIG_PREBOOT "pci enum"
 
-#undef CONFIG_EXTRA_ENV_SETTINGS
-#define CONFIG_EXTRA_ENV_SETTINGS \
-       CONFIG_STD_DEVICES_SETTINGS \
-       "scriptaddr=0x7000000\0" \
-       "kernel_addr_r=0x1000000\0" \
-       "ramdisk_addr_r=0x4000000\0" \
-       "consoledev=ttyS0\0" \
-       CONFIG_OTHBOOTARGS \
-       BOOTENV
-
 #define CONFIG_SYS_MONITOR_LEN         (1 << 20)
 
 #define CONFIG_STD_DEVICES_SETTINGS    "stdin=serial,i8042-kbd\0" \