Merge git://git.denx.de/u-boot-dm
For odroid-c2 (arch-meson) for now disable designware eth as meson now needs to do some harder GPIO work. Signed-off-by: Tom Rini <trini@konsulko.com> Conflicts: lib/efi_loader/efi_disk.c Modified: configs/odroid-c2_defconfig
This commit is contained in:
@@ -145,7 +145,7 @@ extern void *efi_bounce_buffer;
|
||||
#endif
|
||||
|
||||
/* Convert strings from normal C strings to uEFI strings */
|
||||
static inline void ascii2unicode(u16 *unicode, char *ascii)
|
||||
static inline void ascii2unicode(u16 *unicode, const char *ascii)
|
||||
{
|
||||
while (*ascii)
|
||||
*(unicode++) = *(ascii++);
|
||||
|
||||
Reference in New Issue
Block a user