]> www.infradead.org Git - users/rw/ppcboot.git/commitdiff
Fix duplicate "preboot" environment entry
authorwdenk <wdenk>
Mon, 8 Oct 2001 23:32:45 +0000 (23:32 +0000)
committerwdenk <wdenk>
Mon, 8 Oct 2001 23:32:45 +0000 (23:32 +0000)
common/environment.S

index f3fee26b9c97396c734959cc30350bfbad9dbed5..c13a710810aaf32084ef26b9ea7602e53e69606e 100644 (file)
@@ -111,11 +111,6 @@ env_data:
        .ascii          CFG_AUTOLOAD
        .ascii          "\0"
 #endif
-#ifdef CONFIG_PREBOOT
-       .ascii  "preboot="
-       .ascii          MK_STR(CONFIG_PREBOOT)
-       .ascii          "\0"
-#endif
 #ifdef CONFIG_ROOTPATH
        .ascii  "rootpath="
        .ascii          MK_STR(CONFIG_ROOTPATH)