mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 20:58:22 +00:00
global: Migrate CONFIG_STD_DEVICES_SETTINGS to CFG
Perform a simple rename of CONFIG_STD_DEVICES_SETTINGS to CFG_STD_DEVICES_SETTINGS Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
6786ce1ce1
commit
e02e5e5188
19 changed files with 22 additions and 22 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
#include <configs/x86-common.h>
|
#include <configs/x86-common.h>
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,usbkbd\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=serial,usbkbd\0" \
|
||||||
"stdout=serial,vidconsole\0" \
|
"stdout=serial,vidconsole\0" \
|
||||||
"stderr=serial,vidconsole\0"
|
"stderr=serial,vidconsole\0"
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#include <configs/x86-common.h>
|
#include <configs/x86-common.h>
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,serial\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=usbkbd,serial\0" \
|
||||||
"stdout=vidconsole,serial\0" \
|
"stdout=vidconsole,serial\0" \
|
||||||
"stderr=vidconsole,serial\0"
|
"stderr=vidconsole,serial\0"
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
#include <configs/x86-common.h>
|
#include <configs/x86-common.h>
|
||||||
#include <configs/x86-chromebook.h>
|
#include <configs/x86-chromebook.h>
|
||||||
|
|
||||||
#undef CONFIG_STD_DEVICES_SETTINGS
|
#undef CFG_STD_DEVICES_SETTINGS
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \
|
||||||
"stdout=vidconsole,serial\0" \
|
"stdout=vidconsole,serial\0" \
|
||||||
"stderr=vidconsole,serial\0"
|
"stderr=vidconsole,serial\0"
|
||||||
|
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
#include <configs/x86-common.h>
|
#include <configs/x86-common.h>
|
||||||
#include <configs/x86-chromebook.h>
|
#include <configs/x86-chromebook.h>
|
||||||
|
|
||||||
#undef CONFIG_STD_DEVICES_SETTINGS
|
#undef CFG_STD_DEVICES_SETTINGS
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \
|
||||||
"stdout=vidconsole,serial\0" \
|
"stdout=vidconsole,serial\0" \
|
||||||
"stderr=vidconsole,serial\0"
|
"stderr=vidconsole,serial\0"
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
#include <configs/x86-common.h>
|
#include <configs/x86-common.h>
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=serial\0" \
|
||||||
"stdout=serial\0" \
|
"stdout=serial\0" \
|
||||||
"stderr=serial\0"
|
"stderr=serial\0"
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
#include <configs/x86-common.h>
|
#include <configs/x86-common.h>
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
|
||||||
"stdout=serial,vidconsole\0" \
|
"stdout=serial,vidconsole\0" \
|
||||||
"stderr=serial,vidconsole\0"
|
"stderr=serial,vidconsole\0"
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#include <configs/x86-common.h>
|
#include <configs/x86-common.h>
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
|
||||||
"stdout=serial,vga\0" \
|
"stdout=serial,vga\0" \
|
||||||
"stderr=serial,vga\0"
|
"stderr=serial,vga\0"
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
#include <configs/x86-common.h>
|
#include <configs/x86-common.h>
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
|
||||||
"stdout=serial,vidconsole\0" \
|
"stdout=serial,vidconsole\0" \
|
||||||
"stderr=serial,vidconsole\0"
|
"stderr=serial,vidconsole\0"
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
/* Use BayTrail internal HS UART which is memory-mapped */
|
/* Use BayTrail internal HS UART which is memory-mapped */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=serial\0" \
|
||||||
"stdout=serial\0" \
|
"stdout=serial\0" \
|
||||||
"stderr=serial\0"
|
"stderr=serial\0"
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#include <configs/x86-common.h>
|
#include <configs/x86-common.h>
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=serial\0" \
|
||||||
"stdout=vidconsole\0" \
|
"stdout=vidconsole\0" \
|
||||||
"stderr=vidconsole\0"
|
"stderr=vidconsole\0"
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
#include <configs/x86-common.h>
|
#include <configs/x86-common.h>
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
|
||||||
"stdout=serial,vidconsole\0" \
|
"stdout=serial,vidconsole\0" \
|
||||||
"stderr=serial,vidconsole\0"
|
"stderr=serial,vidconsole\0"
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
/* ns16550 UART is memory-mapped in Quark SoC */
|
/* ns16550 UART is memory-mapped in Quark SoC */
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=serial\0" \
|
||||||
"stdout=serial\0" \
|
"stdout=serial\0" \
|
||||||
"stderr=serial\0"
|
"stderr=serial\0"
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
#include <configs/x86-common.h>
|
#include <configs/x86-common.h>
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,serial\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=usbkbd,serial\0" \
|
||||||
"stdout=vidconsole,serial\0" \
|
"stdout=vidconsole,serial\0" \
|
||||||
"stderr=vidconsole,serial\0" \
|
"stderr=vidconsole,serial\0" \
|
||||||
"usb_pgood_delay=40\0"
|
"usb_pgood_delay=40\0"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#include <config_distro_bootcmd.h>
|
#include <config_distro_bootcmd.h>
|
||||||
#include <configs/x86-common.h>
|
#include <configs/x86-common.h>
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd\0" \
|
||||||
"stdout=serial,vidconsole\0" \
|
"stdout=serial,vidconsole\0" \
|
||||||
"stderr=serial,vidconsole\0"
|
"stderr=serial,vidconsole\0"
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#include <configs/x86-common.h>
|
#include <configs/x86-common.h>
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS \
|
#define CFG_STD_DEVICES_SETTINGS \
|
||||||
"stdin=serial,i8042-kbd,usbkbd\0" \
|
"stdin=serial,i8042-kbd,usbkbd\0" \
|
||||||
"stdout=serial\0" \
|
"stdout=serial\0" \
|
||||||
"stderr=serial\0"
|
"stderr=serial\0"
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
#undef CFG_EXTRA_ENV_SETTINGS
|
#undef CFG_EXTRA_ENV_SETTINGS
|
||||||
#define CFG_EXTRA_ENV_SETTINGS \
|
#define CFG_EXTRA_ENV_SETTINGS \
|
||||||
CONFIG_STD_DEVICES_SETTINGS \
|
CFG_STD_DEVICES_SETTINGS \
|
||||||
"netdev=eth0\0" \
|
"netdev=eth0\0" \
|
||||||
"consoledev=ttyS0\0" \
|
"consoledev=ttyS0\0" \
|
||||||
"ramdiskaddr=0x4000000\0" \
|
"ramdiskaddr=0x4000000\0" \
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
#include <configs/x86-common.h>
|
#include <configs/x86-common.h>
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,usbkbd\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=serial,usbkbd\0" \
|
||||||
"stdout=serial,vidconsole\0" \
|
"stdout=serial,vidconsole\0" \
|
||||||
"stderr=serial,vidconsole\0"
|
"stderr=serial,vidconsole\0"
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
#ifndef __THEADORABLE_X86_COMMON_H
|
#ifndef __THEADORABLE_X86_COMMON_H
|
||||||
#define __THEADORABLE_X86_COMMON_H
|
#define __THEADORABLE_X86_COMMON_H
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=serial\0" \
|
||||||
"stdout=serial\0" \
|
"stdout=serial\0" \
|
||||||
"stderr=serial\0"
|
"stderr=serial\0"
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
#define VIDEO_IO_OFFSET 0
|
#define VIDEO_IO_OFFSET 0
|
||||||
|
|
||||||
#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \
|
#define CFG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \
|
||||||
"stdout=vidconsole,serial\0" \
|
"stdout=vidconsole,serial\0" \
|
||||||
"stderr=vidconsole,serial\0"
|
"stderr=vidconsole,serial\0"
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
#define CFG_EXTRA_ENV_SETTINGS \
|
#define CFG_EXTRA_ENV_SETTINGS \
|
||||||
DISTRO_BOOTENV \
|
DISTRO_BOOTENV \
|
||||||
CONFIG_STD_DEVICES_SETTINGS \
|
CFG_STD_DEVICES_SETTINGS \
|
||||||
SPLASH_SETTINGS \
|
SPLASH_SETTINGS \
|
||||||
"pciconfighost=1\0" \
|
"pciconfighost=1\0" \
|
||||||
"netdev=eth0\0" \
|
"netdev=eth0\0" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue