Fix N32 compilation again for XLP.
Disable DDB/KDB related options for N32, and add back a cast that was lost during the last set of updates. Reported by: gonzo, bz
This commit is contained in:
parent
b10ea0872a
commit
6e065b1baa
@ -278,7 +278,7 @@ xlp_bootargs_init(__register_t arg)
|
||||
phandle_t chosen;
|
||||
ihandle_t mask;
|
||||
|
||||
dtbp = (void *)arg;
|
||||
dtbp = (void *)(intptr_t)arg;
|
||||
#if defined(FDT_DTB_STATIC)
|
||||
/*
|
||||
* In case the device tree blob was not passed as argument try
|
||||
|
Loading…
Reference in New Issue
Block a user