Re: [U-Boot] [PATCH 2/3] cmd: booti: move CONFIG_CMD_BOOTI to Kconfig

2016-07-31 Thread Tom Rini
On Mon, Aug 01, 2016 at 01:27:45AM +0900, Masahiro Yamada wrote: > 2016-07-25 22:42 GMT+09:00 Michal Simek : > > On 25.7.2016 15:06, Masahiro Yamada wrote: > >> This command is used to boot ARM64 Linux. > >> > >> I made DISTRO_DEFAULTS select this option for ARM64 to respect > >> include/config_dis

Re: [U-Boot] [PATCH 2/3] cmd: booti: move CONFIG_CMD_BOOTI to Kconfig

2016-07-31 Thread Masahiro Yamada
2016-07-25 22:42 GMT+09:00 Michal Simek : > On 25.7.2016 15:06, Masahiro Yamada wrote: >> This command is used to boot ARM64 Linux. >> >> I made DISTRO_DEFAULTS select this option for ARM64 to respect >> include/config_distro_defaults.h. >> >> Signed-off-by: Masahiro Yamada >> --- >> >> Kconfig

Re: [U-Boot] [PATCH 2/3] cmd: booti: move CONFIG_CMD_BOOTI to Kconfig

2016-07-25 Thread Ryan Harkin
On 25 July 2016 at 14:42, Michal Simek wrote: > On 25.7.2016 15:06, Masahiro Yamada wrote: >> This command is used to boot ARM64 Linux. >> >> I made DISTRO_DEFAULTS select this option for ARM64 to respect >> include/config_distro_defaults.h. >> >> Signed-off-by: Masahiro Yamada >> --- >> >> Kcon

Re: [U-Boot] [PATCH 2/3] cmd: booti: move CONFIG_CMD_BOOTI to Kconfig

2016-07-25 Thread Michal Simek
On 25.7.2016 15:06, Masahiro Yamada wrote: > This command is used to boot ARM64 Linux. > > I made DISTRO_DEFAULTS select this option for ARM64 to respect > include/config_distro_defaults.h. > > Signed-off-by: Masahiro Yamada > --- > > Kconfig | 1 + > c

[U-Boot] [PATCH 2/3] cmd: booti: move CONFIG_CMD_BOOTI to Kconfig

2016-07-25 Thread Masahiro Yamada
This command is used to boot ARM64 Linux. I made DISTRO_DEFAULTS select this option for ARM64 to respect include/config_distro_defaults.h. Signed-off-by: Masahiro Yamada --- Kconfig | 1 + cmd/Kconfig | 6 ++ con